home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2010 June / SAN CD 6-2010 CD-ROM 61.iso / pc / issueMedia / VP_June10.swf / scripts / DefineButton2_50 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2010-04-18  |  174 b   |  10 lines

  1. on(release){
  2.    tellTarget(_parent)
  3.    {
  4.       bS = !bS ? 1 : 0;
  5.       x = !bS ? MCQUE.play() : MCQUE.stop();
  6.       x = !bS ? "Pause" : "Play";
  7.       PP = x;
  8.    }
  9. }
  10.